Let $X_n, n\geq 2$ be a random variable taking the values $n,0$ or $-n$ with probabilities $\frac{1}{2n \log (n)}, 1 - \frac{1}{n \log (n)}$ and $\frac{1}{2n \log (n)}$, respectively. Define the sum $S_n = \sum_{i = 1}^n X_i$. Suppose we know: $$\mathbb{P}\{|X_n| \geq n \,\,\text{infinitely often}\} = 1$$ Why does this imply: $$\mathbb{P}\left\{\lim_{n \rightarrow \infty} \frac{S_n}{n} \neq 0\right\} = 1$$
Context: I'm reading about an example of a random sequence that satisfies the weak LLN but not the strong LLN. This example is 15.3 in Stoyanov's Counterexamples in Probability. I have found more detail in this answer but not enough to figure it out myself.