I would also do it this way:
Rewriting:
e''+\frac{1}{r}e'=0
I would then multiply through by r^2:
r^2e''+re'=0
I would recognize this as a d.e. of the Euler-Cauchy form:
x^2y''+axy' + by=0
In the case of the given equation, a=1 and b=0. The characteristic equation for the Euler-Cauchy is:
m^2+(a-1)m+b=0
In our case:
<br />
\begin{align*}<br />
m^2&=0\\<br />
m&=0<br />
\end{align*}<br />
For the case of a real double root in the characteristic equation, the general solution for the Euler-Caucy is given as:
y=(A + B\ln x)x^m
So in our case:
<br />
\begin{align*}<br />
e(r)&=(A + B\ln r)x^0\\<br />
e(r)&=A + B\ln r<br />
\end{align*}<br />
I guess this solution depends on having the Euler-Cauchy form available to you in your course, which may not be the case.